big-Oh notation
#complexity_theory
Definition
If , are two functions from to , then we say that
- if such that for every sufficiently large
- if
- if and
- if for every , for every sufficiently large
- if
Notation: may also write as etc.
Extensions
- (soft-), means such that
See also
- complexity class
- DTIME
References
- S. Arora, B. Barak. Computational Complexity: A Modern Approach, Cambridge University Press, 2009, pp. 3-4.
- https://en.wikipedia.org/wiki/Big_O_notation
- https://cs.stackexchange.com/questions/63264/what-does-tilde-mean-in-big-o-notation